Keysight VISA.NET Help
WriteLineList(UInt16[],Int64,Int64) Method



The array of UInt16 integers to be added to the formatted I/O write buffer.
The index in data of the first element to be copied.
The number of elements to be copied.
Converts each of the UInt16 integers in the specified array to an ASCII string and appends them, separated by commas, to the formatted I/O write buffer. Copy no more than count UInt16 integers, starting from the array index specified. Appends a newline (0xA) to the formatted I/O write buffer, flushes the buffer, and sends an END with the buffer if required.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Sub WriteLineList( _
   ByVal data() As UShort, _
   ByVal index As Long, _
   ByVal count As Long _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As UShort
Dim index As Long
Dim count As Long
 
instance.WriteLineList(data, index, count)
[CLSCompliant(false)]
void WriteLineList( 
   ushort[] data,
   long index,
   long count
)
[CLSCompliant(false)]
void WriteLineList( 
   array<ushort>^ data,
   int64 index,
   int64 count
) 

Parameters

data
The array of UInt16 integers to be added to the formatted I/O write buffer.
index
The index in data of the first element to be copied.
count
The number of elements to be copied.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025